AlignTo

enum AlignTo

Describes how the element will be aligned to the visible area of the scrollable ancestor.

Entries

Link copied to clipboard

The top of the element will be aligned to the top of the visible area of the scrollable ancestor.

Link copied to clipboard

The bottom of the element will be aligned to the bottom of the visible area of the scrollable ancestor.

Functions

Link copied to clipboard
open fun valueOf(name: String): Element.AlignTo

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.